home *** CD-ROM | disk | FTP | other *** search
- cre_lay : dialog {
- label = "Create Layer ?";
- : text {
- label = "Do you want to create Layer: ";
- }
- : text {
- key = "lay";
- width = 15;
- alignment = centered;
- }
- spacer;
- ok_cancel;
- }
-
- label : dialog {
- label = "Label Component";
- initial_focus = "label";
- : concatenation {
- : button {
- label = "Component... ";
- key = "cmpbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmpbox";
- width = 16;
- }
- }
- : concatenation {
- : button {
- label = "Variable... ";
- key = "varbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "varbox";
- width = 16;
- }
- }
- : concatenation {
- : edit_box {
- label = " Length:";
- key = "lenbox";
- value = "10";
- width = 14.6;
- edit_width = 2;
- edit_limit = 2;
- fixed_width = true;
- }
- : edit_box {
- label = " Precision:";
- key = "prebox";
- value = "0";
- width = 15.6;
- edit_width = 1;
- edit_limit = 1;
- fixed_width = true;
- }
- }
- : concatenation {
- : button {
- label = "Block Name...";
- key = "blkbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "blkbox";
- width = 16;
- }
- }
- : concatenation {
- : button {
- label = "Attribute... ";
- key = "attbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "attbox";
- width = 16;
- }
- }
- : concatenation {
- : button {
- label = "Layer... ";
- key = "laybut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "laybox";
- width = 16;
- value = "LABEL";
- }
- }
- : concatenation {
- : button {
- label = "Color... ";
- key = "colbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "colbox";
- width = 16;
- value = "BYLAYER";
- }
- }
- : row {
- : boxed_radio_column {
- label = "Scaling:";
- : radio_button {
- label = "Relative";
- key = "r";
- }
- : radio_button {
- label = "Absolute";
- key = "a";
- }
- }
- : boxed_column {
- : edit_box {
- label = "X Scale:";
- key = "xscl";
- edit_width = 3;
- }
- : edit_box {
- label = "Y Scale:";
- key = "yscl";
- edit_width = 3;
- }
- }
- }
- : boxed_radio_row {
- label = "Rotation:";
- : radio_button {
- label = "Picked";
- key = "pick";
- }
- : radio_button {
- label = "Automatic";
- key = "auto";
- }
- }
- spacer;
- spacer;
- ok_cancel;
- : errtile { width = 20;}
- }
-
- annota : dialog {
- label = "Annotate Drawing";
- initial_focus = "annota";
- : concatenation {
- : button {
- label = "Component... ";
- key = "cmpbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmpbox";
- width = 16;
- }
- }
- : concatenation {
- : button {
- label = "Variable... ";
- key = "varbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "varbox";
- width = 16;
- }
- }
- : edit_box {
- label = " Length:";
- key = "lenbox";
- value = "10";
- width = 18.6;
- edit_width = 2;
- edit_limit = 2;
- fixed_width = true;
- }
- : edit_box {
- label = " Precision:";
- key = "prebox";
- value = "0";
- width = 17.6;
- edit_width = 1;
- edit_limit = 1;
- fixed_width = true;
- }
- : concatenation {
- : button {
- label = "Layer... ";
- key = "laybut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "laybox";
- width = 16;
- value = "ANNOTATION";
- }
- }
- : concatenation {
- : button {
- label = "Color... ";
- key = "colbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "colbox";
- width = 16;
- value = "BYLAYER";
- }
- }
- : concatenation {
- : button {
- label = "Text Style...";
- key = "texbut";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "texbox";
- width = 16;
- value = "STANDARD";
- }
- }
- : concatenation {
- : text {
- label = "Leader:";
- }
- : spacer { width = 6.6; }
- : radio_row {
- : radio_button {
- label = "Yes";
- key = "yes";
- }
- : radio_button {
- label = "No";
- key = "no";
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- : errtile { width = 20;}
- }
-
- lst_value : list_box {
- label = "Name Subtype Value ";
- key = "lst";
- }
-
- att_dat : dialog {
- label = "Attach Data";
- initial_focus = "att_dat";
- : concatenation {
- alignment = centered;
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp";
- width = 21;
- }
- }
- lst_value;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- cre_dat : dialog {
- label = "Create Entity";
- initial_focus = "cre_dat";
- : concatenation {
- alignment = centered;
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp";
- width = 21;
- }
- }
- lst_value;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- mod_dat_c : dialog {
- label = "Modify Data";
- initial_focus = "mod_dat";
- : concatenation {
- alignment = centered;
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp";
- width = 21;
- }
- }
- lst_value;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- key_dia : column {
- : boxed_column {
- label = "TIMS Description:";
- : concatenation {
- alignment = centered;
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp";
- width = 21;
- }
- }
- : concatenation {
- alignment = centered;
- : button {
- label = "Variable... ";
- key = "var_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "var";
- width = 21;
- }
- }
- }
- spacer;
- spacer;
- : boxed_column {
- label = "File description:";
- : row {
- : radio_button {
- label = "DBF";
- key = "dbf";
- }
- : radio_button {
- label = "SDF";
- key = "sdf";
- }
- : radio_button {
- label = "CDF";
- key = "cdf";
- }
- : radio_button {
- label = "WKS";
- key = "wks";
- }
- }
- : concatenation {
- : button {
- label = "File Name...";
- key = "file_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "file";
- width = 21;
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- attach_key : dialog {
- label = "Attach and Link Data with Key";
- key_dia;
- }
-
- modify_key : dialog {
- label = "Modify and Link Data with Key";
- key_dia;
- }
-
- create_key : dialog {
- label = "Create and Link Data with Key";
- key_dia;
- }
-
- update : dialog {
- label = "Update Variables";
- initial_focus = "update";
- : toggle {
- label = "Duplicate";
- key = "dup";
- }
- : toggle {
- label = "External";
- key = "ext";
- }
- : toggle {
- label = "Englobing Pline";
- key = "inz";
- }
- : toggle {
- label = "Nearest";
- key = "nea";
- }
- : toggle {
- label = "Statistical";
- key = "sta";
- }
- : toggle {
- label = "Objects Inside";
- key = "wit";
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- new_dat : dialog {
- label = "Change Value";
- initial_focus = "val";
- : row {
- : text {
- label = "Component name :";
- key = "cmp";
- }
- : text {
- label = "Component ";
- key = "cmp2";
- }
- }
- : row {
- : text {
- label = "Variable name :";
- key = "var";
- }
- : text {
- label = "Variable ";
- key = "var2";
- }
- }
- : row {
- : text {
- label = "Subtype :";
- key = "sub";
- }
- : text {
- label = "Subtype ";
- key = "sub2";
- }
- }
- : edit_box {
- label = "Value : ";
- key = "val";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- new_dat_dir : dialog {
- label = "Change Value";
- initial_focus = "val";
- : row {
- : text {
- label = "Component name :";
- key = "cmp";
- }
- : text {
- label = "Component ";
- key = "cmp2";
- }
- }
- : row {
- : text {
- label = "Variable name :";
- key = "var";
- }
- : text {
- label = "Variable ";
- key = "var2";
- }
- }
- : row {
- : text {
- label = "Subtype :";
- key = "sub";
- }
- : text {
- label = "Subtype ";
- key = "sub2";
- }
- }
- : row {
- : text {
- alignment = top;
- label = "Value :";
- }
- : text {
- label = "Value ";
- key = "val";
- }
- }
- : boxed_radio_column {
- fixed_width = true;
- alignment = right;
- label = "Choose a direction:";
- : radio_button {
- label = "Both";
- key = "bo";
- }
- : radio_button {
- label = "Backward";
- key = "ba";
- }
- : radio_button {
- label = "Forward";
- key = "fo";
- }
- : radio_button {
- label = "None";
- key = "no";
- }
- : radio_button {
- label = "On Screen";
- key = "os";
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- mod_dat : dialog {
- label = "Modify Data";
- initial_focus = "comp";
- : concatenation {
- : spacer { width = 20; }
- : text {
- label = "Component:";
- key = "comp";
- }
- : text {
- label = "Component";
- key = "comp2";
- }
- }
- spacer;
- spacer;
- lst_value;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- mod_var : dialog {
- label = "Modify Data";
- initial_focus = "comp";
- : popup_list {
- label = "Component :";
- key = "comp";
- }
- : popup_list {
- label = "Variable :";
- key = "vari";
- }
- : row {
- : text {
- label = "Type :";
- key = "type";
- alignment = bottom;
- }
- : boxed_row {
- : text {
- label = "type ";
- key = "typ2";
- value = " ";
- }
- }
- }
- : row {
- : text {
- label = "Subtype :";
- key = "subt";
- alignment = bottom;
- }
- : boxed_row {
- : text {
- label = "subtype ";
- key = "sub2";
- value = " ";
- }
- }
- }
- spacer;
- spacer;
- spacer;
- spacer;
- : edit_box {
- label = "New value :";
- key = "newv";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- detach : dialog {
- label = "Detach Data";
- initial_focus = "detach";
- : text {
- label = "Choose Component(s) to";
- }
- : text {
- label = "to Detach.";
- }
- spacer;
- : list_box {
- label = "Components:";
- key = "comp";
- multiple_select = true;
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- succes : row {
- : text {
- label = "Successes:";
- }
- : text {
- label = "0";
- key = "suc";
- }
- }
-
- failure : row {
- : text {
- label = "Failures :";
- }
- : text {
- label = "0";
- key = "fai";
- }
- }
-
- att_res : dialog {
- label = "Attach Result";
- initial_focus = "att_res";
- succes;
- failure;
- spacer;
- spacer;
- ok_only;
- }
-
- mod_res : dialog {
- label = "Modify Result";
- initial_focus = "mod_res";
- succes;
- failure;
- spacer;
- spacer;
- ok_only;
- }
-
- det_res : dialog {
- label = "Detach Result";
- initial_focus = "det_res";
- succes;
- failure;
- spacer;
- spacer;
- ok_only;
- }
-
- cho_set : dialog {
- label = "Choose a Set type";
- initial_focus = "cho_lst";
- : radio_column {
- : radio_button {
- label = "Point";
- key = "pt";
- }
- : radio_button {
- label = "Selection Set";
- key = "ss";
- }
- : radio_button {
- label = "Network/Segment Set";
- key = "nt";
- }
- : radio_button {
- label = "Zone";
- key = "zn";
- }
- }
- spacer;
- spacer;
- cancel_button;
- }
-
- set_lst : dialog {
- label = "Set List";
- initial_focus = "set_lst";
- : row {
- : text {
- label = "Type of Set:";
- }
- : text {
- label = "error ";
- key = "tset";
- }
- }
- : list_box {
- label = " ";
- key = "lset";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_only;
- }
-
- err_set : dialog {
- label = "Error";
- initial_focus = "err_set";
- : row {
- : text {
- label = "There is no";
- }
- : text {
- label = "error ";
- key = "tset";
- }
- }
- : text {
- label = "Set saved for this project.";
- }
- spacer;
- spacer;
- ok_only;
- }
-
- cre_poi : dialog {
- label = "Create a Point Set";
- initial_focus = "setn";
- : edit_box {
- label = "Set name:";
- key = "setn";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- cre_set : dialog {
- label = "Create a Selection Set";
- initial_focus = "setn";
- : edit_box {
- label = "Set name:";
- key = "setn";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- show_set : dialog {
- label = "Selection Set Number";
- initial_focus = "show_set";
- : row {
- : text {
- label = "Set name:";
- }
- : text {
- label = "error ";
- key ="nm";
- }
- }
- : row {
- : text {
- label = "Name:";
- }
- : text {
- label = "error ";
- key ="st";
- }
- }
- spacer;
- spacer;
- ok_only;
- }
-
- end_shw : dialog {
- label = "Finish Viewing";
- initial_focus = "end_shw";
- : row {
- : text {
- label = "Set name:";
- }
- : text {
- label = "name ";
- key = "nm";
- }
- }
- spacer;
- ok_only;
- }
-
- del_lst : dialog {
- label = "Choose Set to Delete";
- initial_focus = "del_lst";
- : row {
- : text {
- label = "Type of Set:";
- }
- : text {
- label = "error ";
- key = "tset";
- }
- }
- : list_box {
- label = " ";
- key = "lset";
- }
- spacer;
- spacer;
- ok_cancel;
- }
-